ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / FontSubSet.BigEndianBinaryReader Class / Read Method / Read(Span<Byte>) Method

In This Topic
    Read(Span<Byte>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function Read( _
       ByVal buffer As System.Span(Of Byte) _
    ) As System.Integer
    public virtual System.int Read( 
       System.Span<byte> buffer
    )

    Parameters

    buffer
    See Also